# $Id: makefile,v 1.9 2007/05/25 09:46:29 jive_cc Exp $
#

XLIBLIST += VEX JCCS FLEX AB MYSQL 

#override C++STD := -pipe -Wall -Wno-non-template-friend
EXTRA_C++FLAGS := -fimplicit-templates 

# Use the generic AIPS++ class implementation makefile.
#------------------------------------------------------
include $(word 1, $(AIPSPATH))/code/install/makefile.imp

ifdef PCINT
	XLIBLIST += PCINT
endif

